API Restfull Simplifies
Esta documentación tiene como objetivo proporcionar toda la información que necesita para trabajar con nuestra API.
To authenticate requests, include an Authorization header with the value "Bearer {YOUR_AUTH_KEY}".
All authenticated endpoints are marked with a requires authentication badge in the documentation below.
Usted puede obtener su token usando unas credenciales válidas para el Endpoint Login.
const url = new URL(
"http://localhost/api/testing-websocket"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); content-type
: text/html; charset=UTF-8
cache-control
: no-cache, private
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 59
vary
: Origin
const url = new URL(
"http://localhost/api/fetch-data"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 58
vary
: Origin
{
"message": "Server Error"
}
const url = new URL(
"http://localhost/api/register_client"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/register_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login-phone"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login-phone-get-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 57
vary
: Origin
{
"msg": [
"The email field is required.",
"The password field is required."
]
}
const url = new URL(
"http://localhost/api/usuario"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 56
vary
: Origin
{
"users": [
{
"id": 1,
"name": "Yasmany",
"email": "yasmany891230@gmail.com",
"created_at": "2023-10-12T21:25:37.000000Z",
"updated_at": "2024-03-18T21:21:32.000000Z"
},
{
"id": 190,
"name": "barbero1",
"email": "barbero@klint.cl",
"created_at": "2024-05-17T20:01:17.000000Z",
"updated_at": "2024-06-13T02:01:26.000000Z"
},
{
"id": 194,
"name": "encargado1",
"email": "encargado@klint.cl",
"created_at": "2024-05-17T20:46:16.000000Z",
"updated_at": "2024-06-11T19:05:13.000000Z"
},
{
"id": 195,
"name": "tottem",
"email": "coordinador@klint.cl",
"created_at": "2024-05-17T21:03:45.000000Z",
"updated_at": "2024-06-04T13:46:40.000000Z"
},
{
"id": 197,
"name": "cajero",
"email": "cajeroprueba@ssda.cu",
"created_at": "2024-05-18T07:54:28.000000Z",
"updated_at": "2024-06-05T16:03:58.000000Z"
},
{
"id": 198,
"name": "admin",
"email": "admin@gadmi.co",
"created_at": "2024-05-18T13:52:29.000000Z",
"updated_at": "2024-07-05T19:09:59.000000Z"
},
{
"id": 216,
"name": "tecnico",
"email": "tecnico@klint.cl",
"created_at": "2024-05-20T18:24:08.000000Z",
"updated_at": "2024-06-10T19:01:21.000000Z"
},
{
"id": 217,
"name": "andrea",
"email": "andrea@barber.com",
"created_at": "2024-05-20T19:47:44.000000Z",
"updated_at": "2024-06-25T23:55:22.000000Z"
},
{
"id": 220,
"name": "pizarra",
"email": "carne@ejemplo.com",
"created_at": "2024-05-20T21:04:38.000000Z",
"updated_at": "2024-06-21T20:54:26.000000Z"
},
{
"id": 240,
"name": "andrea2",
"email": "abarber@ejemplo.com",
"created_at": "2024-05-22T14:46:04.000000Z",
"updated_at": "2024-05-22T14:46:04.000000Z"
},
{
"id": 242,
"name": "yoli2",
"email": "yoli2@barber.com",
"created_at": "2024-05-22T14:54:35.000000Z",
"updated_at": "2024-06-05T16:48:41.000000Z"
},
{
"id": 249,
"name": "nueva1",
"email": "prueba1@ehemplp.com",
"created_at": "2024-05-26T12:07:04.000000Z",
"updated_at": "2024-05-26T12:07:04.000000Z"
},
{
"id": 250,
"name": "nuevo1",
"email": "nuevo@klint.cl",
"created_at": "2024-05-27T15:22:01.000000Z",
"updated_at": "2024-06-05T12:06:29.000000Z"
},
{
"id": 252,
"name": "fifo",
"email": "fifo@gmail.com",
"created_at": "2024-05-27T20:53:07.000000Z",
"updated_at": "2024-05-27T20:53:07.000000Z"
},
{
"id": 255,
"name": "daniela",
"email": "daneila@ejemplo.com",
"created_at": "2024-05-28T14:18:25.000000Z",
"updated_at": "2024-05-28T14:18:25.000000Z"
},
{
"id": 266,
"name": "coordinador1",
"email": "Coordinador1@klint.cl",
"created_at": "2024-05-29T19:50:40.000000Z",
"updated_at": "2024-06-10T19:02:15.000000Z"
},
{
"id": 271,
"name": "barbero2",
"email": "barbero2@klint.cl",
"created_at": "2024-06-05T12:53:30.000000Z",
"updated_at": "2024-06-05T12:53:30.000000Z"
},
{
"id": 290,
"name": "adminSP",
"email": "adminsp@dfjfdf.df",
"created_at": "2024-06-06T17:21:39.000000Z",
"updated_at": "2024-06-06T17:21:39.000000Z"
},
{
"id": 347,
"name": "viviana",
"email": "viviana@ejemplo.com",
"created_at": "2024-06-18T20:23:26.000000Z",
"updated_at": "2024-06-24T23:04:41.000000Z"
},
{
"id": 401,
"name": "Vasquez",
"email": "luisruz1235@gmail.com",
"created_at": "2024-06-24T23:06:58.000000Z",
"updated_at": "2024-06-26T00:22:45.000000Z"
},
{
"id": 403,
"name": "hernandez",
"email": "Gregory@ejemplo2.com",
"created_at": "2024-06-24T23:17:42.000000Z",
"updated_at": "2024-06-24T23:21:12.000000Z"
},
{
"id": 404,
"name": "marin",
"email": "Richard@ejemplo2.com",
"created_at": "2024-06-24T23:18:24.000000Z",
"updated_at": "2024-06-24T23:21:20.000000Z"
},
{
"id": 405,
"name": "esteban",
"email": "Gregorio@ejemplo2.com",
"created_at": "2024-06-24T23:19:49.000000Z",
"updated_at": "2024-06-24T23:21:32.000000Z"
},
{
"id": 406,
"name": "Benitez",
"email": "Ricardo@ejemplo2.com",
"created_at": "2024-06-24T23:20:49.000000Z",
"updated_at": "2024-06-24T23:20:49.000000Z"
},
{
"id": 407,
"name": "Garcia",
"email": "anfreny@ejemplo.com",
"created_at": "2024-06-24T23:23:15.000000Z",
"updated_at": "2024-06-24T23:23:15.000000Z"
},
{
"id": 408,
"name": "Petit",
"email": "andres@ejemplo2.com",
"created_at": "2024-06-24T23:25:07.000000Z",
"updated_at": "2024-06-24T23:25:07.000000Z"
},
{
"id": 409,
"name": "Pbosquemar",
"email": "pizarra@bosquemar.com",
"created_at": "2024-06-24T23:33:39.000000Z",
"updated_at": "2024-06-24T23:33:39.000000Z"
},
{
"id": 410,
"name": "guerrero",
"email": "viviana@cordinadora.com",
"created_at": "2024-06-24T23:42:12.000000Z",
"updated_at": "2024-06-24T23:42:12.000000Z"
},
{
"id": 411,
"name": "tbosquemar",
"email": "totem@bosquemar.com",
"created_at": "2024-06-24T23:44:00.000000Z",
"updated_at": "2024-06-26T13:21:03.000000Z"
},
{
"id": 436,
"name": "mariolys",
"email": "mariolys@cajera.com",
"created_at": "2024-06-25T23:55:56.000000Z",
"updated_at": "2024-06-25T23:55:56.000000Z"
},
{
"id": 437,
"name": "romero",
"email": "mariolys@coordinadora.com",
"created_at": "2024-06-25T23:56:36.000000Z",
"updated_at": "2024-06-25T23:56:36.000000Z"
},
{
"id": 594,
"name": "barbero3",
"email": "barbero3@klint.cl",
"created_at": "2024-07-01T14:38:47.000000Z",
"updated_at": "2024-07-01T14:38:47.000000Z"
},
{
"id": 595,
"name": "encargado2",
"email": "encargado2@klint.cl",
"created_at": "2024-07-01T14:39:59.000000Z",
"updated_at": "2024-07-01T14:39:59.000000Z"
},
{
"id": 604,
"name": "tecnico2",
"email": "tecnico2@klint.cl",
"created_at": "2024-07-01T15:33:30.000000Z",
"updated_at": "2024-07-01T15:33:30.000000Z"
},
{
"id": 767,
"name": "christan",
"email": "christan@ejemplo.com",
"created_at": "2024-07-15T14:32:03.000000Z",
"updated_at": "2024-07-15T14:32:03.000000Z"
},
{
"id": 768,
"name": "olivar",
"email": "olivar@ejemplo.com",
"created_at": "2024-07-15T14:39:28.000000Z",
"updated_at": "2024-07-15T14:39:28.000000Z"
}
]
}
const url = new URL(
"http://localhost/api/qrCode"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 55
vary
: Origin
{
"msg": "The branch id field is required. (and 1 more error)Error al ver los datos del usuario"
}
const url = new URL(
"http://localhost/api/qrCode-otros"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 54
vary
: Origin
{
"msg": "The branch id field is required. (and 1 more error)Error al ver los datos del usuario"
}
const url = new URL(
"http://localhost/api/reactive-password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 53
vary
: Origin
{
"msg": [
"The email field is required."
]
}
const url = new URL(
"http://localhost/api/change_password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 52
vary
: Origin
{
"msg": [
"The id field is required.",
"The password field is required."
]
}
const url = new URL(
"http://localhost/api/profile"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/logout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/notification-professional-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tail_branch_attended_shiftboard"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-cars"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment-updated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollmentstore-show-notIn"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollmentstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore-show-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/products-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/show-stores-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-show-academy-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/category_products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/move-product-store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/move-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show-notin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-products-services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-day"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-week"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-mounth"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-cars-delete"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-denegada"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car_orders"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_order_delete_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_order_delete_branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-give-tips"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_services2"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tecnico-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car-date"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tecnico-car-date"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car-notpay"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservations-count-week"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/client-history"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional_reservations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-reservations-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-reservations-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional_reservationDate"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation_store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/update-confirmation-code"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 51
vary
: Origin
{
"msg": "The code field is required. (and 1 more error)Error al actualizar la reservacion"
}
const url = new URL(
"http://localhost/api/update-confirmation-client"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 50
vary
: Origin
{
"msg": "The reservation id field is required.Error al actualizar la reservacion"
}
const url = new URL(
"http://localhost/api/reservation-notconfirm"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 49
vary
: Origin
{
"msg": "Reservacion eliminada correctamente"
}
const url = new URL(
"http://localhost/api/branch-reservations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservations-count"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associated-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-type-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/expense-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/revenue-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-NOTIN"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/rule-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/show-business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch_winner_icon"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/company_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branches_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_professionals_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/company-close-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-payment-show-bonus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-show-apk"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional-payment-cashier"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional-payment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-win-year"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-show-value"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-user"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-user"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-cardgift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-denegar"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order-delete-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order2"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/sales_periodo_branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-denegar"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment-product-sales"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/closebox-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/box-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/services-professional-branch-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice-meta"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store_professional_service"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-service-professionals"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/services-professional-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionals-branch-service"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-professionals"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchprofessional-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/request_location_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-professionals-barber-totem"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-professionals-barber-tecnico"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch_colacion"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_colacion3"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_colacion4"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-show-autocomplete-Notin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-show-autocomplete"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore-show-notInt"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_rules"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-rules-noIn"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchrule-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchrule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchrule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}